projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a719d13
)
Add prototype for unmark_byte_stack.
author
Gerd Moellmann
<gerd@gnu.org>
Sun, 7 Nov 1999 22:44:23 +0000
(22:44 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sun, 7 Nov 1999 22:44:23 +0000
(22:44 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 15bd4664afe80c9f277f1abf82a41ce3ed54c6e5..6e0a6db7138a10e028cd6aabccc7b5cf334b77c0 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2652,7
+2652,7
@@
EXFUN (Fbyte_code, 3);
extern void syms_of_bytecode P_ ((void));
extern struct byte_stack *byte_stack_list;
extern void mark_byte_stack P_ ((void));
-extern void
relocate_byte_pcs
P_ ((void));
+extern void
unmark_byte_stack
P_ ((void));
/* defined in macros.c */
extern Lisp_Object Qexecute_kbd_macro;